runtime.heapBits.next (method)
16 uses
runtime (current package)
arena.go#L550: _, p := r.next()
arena.go#L607: h, addr = h.next()
arena.go#L613: if _, addr := h.next(); addr != 0 {
cgocall.go#L589: if hbits, addr = hbits.next(); addr == 0 {
cgocheck.go#L183: if hbits, addr = hbits.next(); addr == 0 {
heapdump.go#L744: hbits, addr = hbits.next()
mbitmap.go#L457: func (h heapBits) next() (heapBits, uintptr) {
mbitmap.go#L579: if h, addr = h.next(); addr == 0 {
mbitmap.go#L589: if h, addr = h.next(); addr == 0 {
mbitmap.go#L622: if h, addr = h.next(); addr == 0 {
mbitmap.go#L960: h, addr := heapBitsForAddr(x, size).next()
mbitmap.go#L964: _, addr = h.next()
mbitmap.go#L1102: h, addr = h.next()
mbitmap.go#L1108: if _, addr := h.next(); addr != 0 {
mbitmap.go#L1459: if hbits, addr = hbits.next(); addr == 0 {
mgcmark.go#L1309: if hbits, addr = hbits.next(); addr == 0 {
|
The pages are generated with Golds v0.6.7. (GOOS=linux GOARCH=amd64)
Golds is a Go 101 project developed by Tapir Liu.
PR and bug reports are welcome and can be submitted to the issue list.
Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |